home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / machints.sit / MacHelp ImageWriter / background_2665.txt < prev    next >
Text File  |  1987-09-08  |  3KB  |  177 lines

  1. -- background: 2665 from stack: in
  2. -- bmap block id: 2149
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 5 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=280 top=247 right=274 bottom=305
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1013 / 1013
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to next card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 6 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=253 top=247 right=274 bottom=279
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1014 / 1014
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Prev
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go to previous card
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 7 (button)
  47. -- low flags: 00
  48. -- high flags: 0000
  49. -- rect: left=448 top=247 right=272 bottom=478
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 1012 / 1012
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Return
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   visual effect iris close
  61.   pop card
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 9 (button)
  67. -- low flags: 00
  68. -- high flags: A003
  69. -- rect: left=391 top=249 right=271 bottom=442
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: New
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   set lockScreen to true
  81.   go to last card
  82.   get field "Index Number"
  83.   doMenu "New Card"
  84.   set lockScreen to false
  85.   put it + 1 into field "Index Number"
  86.   choose browse tool
  87.   click at 100,100
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 11 (button)
  93. -- low flags: 00
  94. -- high flags: 8003
  95. -- rect: left=338 top=248 right=271 bottom=388
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Help
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   go to stack "Help"
  107. end mouseUp
  108.  
  109.  
  110.  
  111.  
  112. -- part 12 (field)
  113. -- low flags: 00
  114. -- high flags: 2007
  115. -- rect: left=98 top=91 right=242 bottom=481
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 0
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Description
  124.  
  125.  
  126. -- part 13 (field)
  127. -- low flags: 00
  128. -- high flags: 0000
  129. -- rect: left=261 top=65 right=82 bottom=309
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 0
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Index Number
  138.  
  139.  
  140. -- part 21 (button)
  141. -- low flags: 00
  142. -- high flags: 8000
  143. -- rect: left=86 top=244 right=275 bottom=139
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: 
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   go to stack "Apple Sac Home "
  155. end mouseUp
  156.  
  157.  
  158.  
  159.  
  160. -- part 22 (button)
  161. -- low flags: 00
  162. -- high flags: 0000
  163. -- rect: left=141 top=244 right=278 bottom=180
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 32670 / 32670
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: 
  172. ----- HyperTalk script -----
  173. on mouseUp
  174.   show all cards
  175. end mouseUp
  176.  
  177.